Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change default status check timeout to 10 minutes #5247

Merged

Conversation

MarlonGamez
Copy link
Contributor

@MarlonGamez MarlonGamez commented Jan 19, 2021

Fixes: #5106

Description
Changes the default timeout of status check to 10 minutes, according to conversation on #5106

User facing changes (remove if N/A)
Users deploying with skaffold using status-check will have a longer period of time before their deployment times out

@codecov
Copy link

codecov bot commented Jan 19, 2021

Codecov Report

Merging #5247 (311ab47) into master (c62d6f5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5247   +/-   ##
=======================================
  Coverage   71.86%   71.86%           
=======================================
  Files         388      388           
  Lines       14051    14051           
=======================================
  Hits        10098    10098           
  Misses       3207     3207           
  Partials      746      746           
Impacted Files Coverage Δ
pkg/skaffold/deploy/status/status_check.go 50.75% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c62d6f5...311ab47. Read the comment docs.

@MarlonGamez MarlonGamez marked this pull request as ready for review January 20, 2021 17:52
@MarlonGamez MarlonGamez requested a review from a team as a code owner January 20, 2021 17:52
@MarlonGamez MarlonGamez merged commit 74087e3 into GoogleContainerTools:master Jan 20, 2021
@sampath
Copy link

sampath commented Jan 20, 2021

Thanks for this fix :) @MarlonGamez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider extending default status check timeout
3 participants